#Tako

1. 準備 schema.json

2. 取得最新的 MySQL 結構 (use require('mysql'))
  - `SHOW TABLES STATUS`
  - `SHOW FIELDS IN {table}`
  - `SHOW INDEX IN {table}`

3. 轉換成 schema.json

4. diff 產生 Update SQL

5. 執行

https://github.com/RubaXa/Sortable


c++ mysql tutorial
http://blog.code-head.com/a-tiny-mysql-tutorial-c-and-mysql-example
https://sites.google.com/site/boostjp/tips/json